home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / c / ev_201.zip / PRJMSGS.C < prev    next >
Text File  |  1993-07-03  |  574b  |  21 lines

  1. /*
  2.    Module        : PRJMSGS.C
  3.    Version       : 2.0
  4.    Revision date : July 3rd, 1993
  5.    Author(s)     : Remy Gendron
  6.  
  7.    Description   : Global definitions of project's output messages.
  8.                    Suggestion :
  9.                       Begin all message variable with 'msg_'.
  10. */
  11.  
  12.  
  13. /* ----------------------------------------------------------------------- */
  14.  
  15. char huge *msg_name =                                /* Message definition */
  16.  
  17.    "Put message here..." ;
  18.  
  19.  
  20. /* End source file ------------------------------------------------------- */
  21.